home *** CD-ROM | disk | FTP | other *** search
/ Sunday Savers: Singing Fun! / Sunday Savers: Singing Fun!.iso / mac / Xtras / Buddy API 1.6 / Buddy API Docs.swf / texts / 1370.txt < prev    next >
Encoding:
Text File  |  2004-08-31  |  1.9 KB  |  83 lines

  1. 97
  2. --- RECORDSEPARATOR ---
  3.  
  4. --- RECORDSEPARATOR ---
  5. PMIconList 
  6. --- RECORDSEPARATOR ---
  7. Platform:
  8. --- RECORDSEPARATOR ---
  9.  
  10. --- RECORDSEPARATOR ---
  11. Windows
  12. --- RECORDSEPARATOR ---
  13.  
  14. --- RECORDSEPARATOR ---
  15. Description:
  16. --- RECORDSEPARATOR ---
  17.  
  18. --- RECORDSEPARATOR ---
  19. baPMIconList returns a list containing all the icons in a Program Manager group.
  20. --- RECORDSEPARATOR ---
  21.  
  22. --- RECORDSEPARATOR ---
  23. Usage:
  24. --- RECORDSEPARATOR ---
  25.  
  26. --- RECORDSEPARATOR ---
  27. Result = baPMIconList( Group )
  28. --- RECORDSEPARATOR ---
  29.  
  30. --- RECORDSEPARATOR ---
  31. Argu
  32. --- RECORDSEPARATOR ---
  33. m
  34. --- RECORDSEPARATOR ---
  35. ents:
  36. --- RECORDSEPARATOR ---
  37.  
  38. --- RECORDSEPARATOR ---
  39. String. 
  40. --- RECORDSEPARATOR ---
  41. Group is the name of the group to get the icons of.
  42. --- RECORDSEPARATOR ---
  43.  
  44. --- RECORDSEPARATOR ---
  45. Returns:
  46. --- RECORDSEPARATOR ---
  47.  
  48. --- RECORDSEPARATOR ---
  49. List (Xtra) or String (UCD). 
  50. --- RECORDSEPARATOR ---
  51. Returns a list or string containing all the icons in Group. 
  52. --- RECORDSEPARATOR ---
  53. If Group does not exist or it empty, then an empty list or string will be returned.
  54. --- RECORDSEPARATOR ---
  55.  
  56. --- RECORDSEPARATOR ---
  57. Examples:
  58. --- RECORDSEPARATOR ---
  59.  
  60. --- RECORDSEPARATOR ---
  61. Director: 
  62. --- RECORDSEPARATOR ---
  63. set IconList = baPMIconList( "Macromedia" ) 
  64. --- RECORDSEPARATOR ---
  65. Authorware: 
  66. --- RECORDSEPARATOR ---
  67. IconList := baPMIconList( "Macromedia" )
  68. --- RECORDSEPARATOR ---
  69.  
  70. --- RECORDSEPARATOR ---
  71. Notes:
  72. --- RECORDSEPARATOR ---
  73.  
  74. --- RECORDSEPARATOR ---
  75. The return for the UCD version is a string with each icon on a separate line. You 
  76. --- RECORDSEPARATOR ---
  77. can use the Authorware GetLine function to retrieve each group. 
  78. --- RECORDSEPARATOR ---
  79. In 32 bit, you can also get the contents of a nested group, by placing a "\" ("\\" in 
  80. --- RECORDSEPARATOR ---
  81. Authorware) between the groups. eg baPMIconList( "Accessories\Multimedia" ) will 
  82. --- RECORDSEPARATOR ---
  83. get the contents of the Multimedia group, inside the Accessories group.